Foxit PDF RDK
FoxitPDFViewCtrl.IUIExtensionsManager Class Reference
Inheritance diagram for FoxitPDFViewCtrl.IUIExtensionsManager:
FoxitPDFViewCtrl.IDrawEventListener FoxitPDFViewCtrl.ITouchEventListener FoxitPDFViewCtrl.IGestureEventListener

Public Member Functions

 getFocusAnnot ()
 
 shouldViewCtrlDraw (annot)
 
- Public Member Functions inherited from FoxitPDFViewCtrl.IDrawEventListener
 onDraw (pageIndex, canvas)
 

Member Function Documentation

◆ getFocusAnnot()

FoxitPDFViewCtrl.IUIExtensionsManager.getFocusAnnot ( )

Get the focus annotation.

Returns
The focus annotation.

◆ shouldViewCtrlDraw()

FoxitPDFViewCtrl.IUIExtensionsManager.shouldViewCtrlDraw ( annot  )

Whether PDFViewCtrlModel draw the specified annotation.

Parameters
annotThe specified annotation.
Returns
true
means the annotation was drawn by PDFViewCtrlModel. while
false
means not.